home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TREGINPUTFORM / TREGINPUTFORM.txt
Text File  |  1997-07-16  |  2KB  |  103 lines

  1. object RegInputForm: TRegInputForm
  2.   Left = 4
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Program Registration'
  6.   ClientHeight = 127
  7.   ClientWidth = 625
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object llKey: TLabel
  20.     Left = 24
  21.     Top = 12
  22.     Width = 58
  23.     Height = 13
  24.     Caption = 'Argus Key'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object llPwd: TLabel
  33.     Left = 24
  34.     Top = 64
  35.     Width = 80
  36.     Height = 13
  37.     Caption = 'Key Password'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object lKey: TEdit
  46.     Left = 16
  47.     Top = 28
  48.     Width = 593
  49.     Height = 23
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -12
  53.     Font.Name = 'Fixedsys'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     TabOrder = 0
  57.   end
  58.   object lPwd: TEdit
  59.     Left = 16
  60.     Top = 80
  61.     Width = 305
  62.     Height = 23
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clBlack
  65.     Font.Height = -12
  66.     Font.Name = 'Fixedsys'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     PasswordChar = '*'
  70.     TabOrder = 1
  71.   end
  72.   object bOK: TButton
  73.     Left = 368
  74.     Top = 80
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'OK'
  78.     Default = True
  79.     ModalResult = 1
  80.     TabOrder = 2
  81.     OnClick = bOKClick
  82.   end
  83.   object bCancel: TButton
  84.     Left = 448
  85.     Top = 80
  86.     Width = 75
  87.     Height = 25
  88.     Cancel = True
  89.     Caption = 'Cancel'
  90.     ModalResult = 2
  91.     TabOrder = 3
  92.   end
  93.   object bHelp: TButton
  94.     Left = 528
  95.     Top = 80
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'Help'
  99.     TabOrder = 4
  100.     Visible = False
  101.   end
  102. end
  103.